Install Exchange 2010 Management Tools On Windows 7
We just installed Exchange 2010 in our organization, and one of the first things I wanted to do was to be able to access the exchange management console from my Windows 7 machine. the process is almost the same as for Exchange 2003, so figuring it out was not that difficult. here is how I did it. Step 1. make…
Exchange 2010 Useful Mailbox Commands
These exchange 2010 mailbox commands are primary for my records because I tend to forget things pretty fast, but I work with exchange a lot, and keeping these commands at hand is useful. Get Mailbox Statistics about specific user and export those records to a text file. Get-MailboxStatistics “nelson” | Format-List StorageLimitStatus,TotalItemSize,TotalDeletedItemSize,ItemCount,DeletedItemCount > c:nelsonmailboxstats.txt Get mailbox size quota out of…
New Outlook Web Access ( OWA ) Design In Exchange 2010
We are in the process of migrating our mail server from Exchange 2003 to Exchange 2010 in our organization, and one of the first things I noticed on Exchange 2010 is the new design in Outlook Web Access. its much simpler, and in my opinion much cooler: though the yellowish color on the default theme kind of get on your…
Email Body Text Blank When Using HTML Format
We just migrated all our company users to Exchange 2010, and everything is working great, except some glitches with some legacy applications that use the MAPI service to connect Exchange to grab emails. our help desk system is one of these applications. our help desk system regularly monitors a mailbox for new emails, and convert new emails into work orders,…